Click or drag to resize

SuggestionsViewOptions Class

Contains the options for obtaining meeting suggestion information.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeSuggestionsViewOptions

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class SuggestionsViewOptions

The SuggestionsViewOptions type exposes the following members.

Constructors
  NameDescription
Public methodSuggestionsViewOptions
Initializes a new instance of the SuggestionsViewOptions class.
Public methodSuggestionsViewOptions(TimeDuration)
Initializes a new instance of the SuggestionsViewOptions class.
Public methodSuggestionsViewOptions(DateTime, DateTime)
Initializes a new instance of the SuggestionsViewOptions class.
Public methodSuggestionsViewOptions(TimeDuration, Int32)
Initializes a new instance of the SuggestionsViewOptions class.
Public methodSuggestionsViewOptions(DateTime, DateTime, Int32)
Initializes a new instance of the SuggestionsViewOptions class.
Top
Properties
  NameDescription
Public propertyCurrentMeetingTime
Represents the start time of a meeting that you want to update with the suggested meeting time results.
Public propertyDetailedSuggestionsWindow
Identifies the time span that is queried for detailed information about suggested meeting times.
Public propertyGlobalObjectId
Public propertyGoodThreshold
Specifies the percentage of attendees that must have the time period open for the time period to qualify as a good suggested meeting time.
Public propertyMaximumNonWorkHourResultsByDay
Specifies the number of suggested results for meeting times outside regular working hours per day.
Public propertyMaximumResultsByDay
Specifies the number of suggested meeting times per day returned in the response.
Public propertyMeetingDuration
Specifies the length of the meeting to be suggested.
Public propertyMinimumSuggestionQuality
Specifies the quality of meeting suggestions to be returned in the response.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also